TosikV02
Verified Developer
Modules
3
Total Downloads
4974
Published Modules
Advanced Android optimization Magisk module. Dynamically switches CPU governor, disables sensors, and applies low-level kernel tweaks based on screen state. Supports Android 10–16+, ARM 32/64-bit. --- How it works After boot, the module launches two components: · hibernation — a background C++ daemon that polls screen state every N seconds and reacts to changes. Screen ON: performance governor, sensors enabled, mem_sleep restored. Screen OFF: power-saving governor, sensors disabled, deep suspend (if supported). · service.sh — runs once per boot. Generates config if missing, applies system tweaks, and starts the daemon. --- Key features · Smart CPU governor switching Automatic selection from ~40 known governors. Screen on → performance-oriented (schedutil, interactive, ondemand…). Screen off → power-saving (powersave, conservative, darkness…). Falls back to none if governor control is unavailable. Supports auto mode: remembers the active governor before sleep and restores it exactly on wake. · Sensor hibernation Disables camera and microphone via sensor_privacy when screen is off. Compatible with Android 10–16+. Automatically disabled if the service is not present. · Deep suspend (Suspend-to-RAM) Sets mem_sleep=deep when screen is off. Requires kernel support (/sys/power/mem_sleep). · TCP optimization Selects the best available algorithm: bbr3 → bbr2 → bbr → cubic → westwood → reno. · Logging reduction Suppresses kernel debug output, printk messages, ramdump generation, I/O stats, and Wi-Fi logs. Additional debug properties disabled via resetprop at boot. · Other tweaks Stops unneeded system services (statsd, cnss_diag, etc.). Disables BLE scanning, hotword detection, screensaver. Optimizes zram compressor and I/O scheduler per block device. Optionally disables GMS services (off by default — may break banking apps and OTA). · Interactive menu In-terminal tool for on-demand optimization tasks. --- **With this method we get more stable FPS in games and programs, increased battery life by disabling unnecessary functions and reduced resource consumption when the screen is off.** Installation 1. Download the .zip module file. 2. Open Magisk → Modules → tap + → select the file. 3. Wait for installation to complete. 4. Reboot. Config is generated automatically on first boot. On reinstall or update, the old config is removed and recreated. --- Commands su -c ultraopt # open interactive menu su -c ultraopt -ram # clear RAM su -c ultraopt -clean # clear cache and temp files su -c ultraopt -dex # optimize apps (dex2oat) su -c ultraopt -bg # kill background apps su -c ultraopt -tcp # reapply TCP optimization su -c ultraopt -fstrim # trim filesystem su -c ultraopt -h # help
Reduce Screen Resolution and DPI For Better Android Gaming. This app reduces the screen resolution of your Android phone or tablet so you can play games with a lower DPI and resolution. Simply enter the desired resolution and then click on the shrink button as many times as you need to. Note: This app does NOT save any information or store any data locally or online. You must re-enter the desired resolution every time you open the app. AGR (App Ground Reduction) is a lightweight rooted background daemon for Android (AGR supports Magisk, KernelSU and APatch) which always tracks the currently running foreground application. This daemon resizes and DPI adjusts games from a predefined list of supported games (e.g. from 1080p to 720p) and automatically reverts you back to your previous configuration when exiting said games or locking/unlocking your screen. Why use it? · Sharper Text and Outlines – enhanced definition through increased pixel density · Helps to prevent over heating by reducing GPU usage and greatly reducing thermal throttling. · Saves battery power, especially 3D games. · Supports Native Resolution for everyday use (no lo-res for regular applications) Requirements · Android 8.0+ (needs the wm command) · Root access (Magisk, KernelSU or APatch) How it works Very simple to install and use - simply burn the .bin file to the module and then power cycle it, then add games as desired. Games will then automatically have the screen resolution resized by AGR before launching, and then returned to normal on exit. Uses the arg terminal command menu. These fans are perfect for the serious gamer. They will provide that little extra boost of power needed to run some games and keep your gaming system at the proper operating temperature. They will also provide increased cooling for any user that requires it.
This Magisk module grants true bypass charging to rooted MEDIATEK devices. This means your battery life will not degrade because you are charging your phone’s processor directly through the charging port on your phone. No more heating up when using your phone because your battery is not being charged and then immediately being used to power your phone all at once. This is much healthier for your battery life because you are charging directly to your phone’s motherboard instead of through your battery. How it works after installation: Bypass charging is turned ON by default so you don’t have to manually enable it. The module is configured as a daemon and comes pre-configured to recognize common games such as PUBG and Genshin Impact. Once you’ve exited these games, it will automatically toggle back to bypass charging for you. We currently support ~500+ games and only require additional configuration for games that are not on our default list. What you can configure: You can tweak the interactive main menu. To do this, open up a terminal application (like Termux) and type: su -c bpsmtk This menu allows you to add or remove games from your check. Lock a game manually. Change the interval between the auto checks. Turn off the auto daemon completely. Requirements: · MediaTek (MTK) device with Android 10+ · Root access (Magisk, KernelSU, or APatch) · The install program will first check for hardware compatibility. You really need the original charger or a very powerful power brick for this bypass charging to work properly!!